-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix spot light range cutoff when using shadows #1313
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1313 +/- ##
==========================================
- Coverage 35.90% 35.89% -0.01%
==========================================
Files 399 399
Lines 31917 31920 +3
==========================================
- Hits 11459 11458 -1
- Misses 20458 20462 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! LGTM!
82ada11
to
251653b
Compare
251653b
to
1536ca6
Compare
Description
Fixes spot lights being "cut" before the maximum range is reached, when shadows are used on a spot light with global scale lower than 1.
Checklist